home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / L4561412.CAB / DAY1.PRT_1033 < prev    next >
Text File  |  1997-02-21  |  2KB  |  87 lines

  1. VIEW "Daily - dynamic","Full page",,,1000,1000
  2.  
  3. ;=======================================================================
  4. ; Header - Username, Date & Calendar
  5. ;=======================================================================
  6.  
  7. OBJECT    ,RECTANGLE,0,0,1000,4
  8.     OPTIONS        BLACK
  9.  
  10. OBJECT  ,RECTANGLE,0,4,1000,185
  11.     OPTIONS        GRAY
  12.  
  13. OBJECT  ,RECTANGLE,0,0,1000,185
  14.  
  15. OBJECT  ,TEXT,10,10,700,62
  16.     VALUE        "&USERNAME"
  17.     STYLES        styUserName
  18.  
  19. OBJECT  ,TEXT,10,60,700,100
  20.     VALUE        "&PRINTDATE"
  21.     STYLES        styDate
  22.  
  23. OBJECT  ,CALENDAR,700,5,990,185
  24.     STYLES        styCalendar
  25.     OPTIONS        2
  26.  
  27. ;=======================================================================
  28. ; Timeframe and Schedule Box
  29. ;=======================================================================
  30.  
  31. OBJECT    ,RECTANGLE,0,190,695,194
  32.     OPTIONS        BLACK
  33.  
  34. OBJECT  ,RECTANGLE,0,194,695,978
  35.  
  36. OBJECT  ,TIMEFRAME,0,194,80,978
  37.     STYLES        styTime
  38.  
  39. OBJECT  ,SCHEDULE,80,194,695,978
  40.     STYLES        styApptText, styApptTime, styHeading
  41.     OPTIONS        4, 30, LOCATION, NONE, 4
  42.     OVERFLOW    "Appts"
  43.  
  44. ;=======================================================================
  45. ; Other Appts, Events and To-Do Overflow
  46. ;=======================================================================
  47.  
  48. OBJECT    ,RECTANGLE,705,190,1000,194
  49.     OPTIONS        BLACK
  50.  
  51. OBJECT  ,RECTANGLE,705,190,1000,978
  52.  
  53. OBJECT    ,APPTS,0,0,0,0
  54.     STYLES        styApptText, styApptTime, styHeading
  55.     RANGE        BEFORE,STARTTIME,OR,AFTER,ENDTIME
  56.     OPTIONS        LOCATION, NONE, 1, 4, 0
  57.     OVERFLOW    "Appts"
  58.  
  59. OBJECT    ,EVENTS,0,0,0,0
  60.     STYLES        styApptText, styHeading
  61.     OPTIONS        4, 1
  62.     OVERFLOW    "Appts"
  63.  
  64. OBJECT  ,TASKS,0,0,0,0
  65.     STYLES        styApptText, styTaskDue, styTaskCompleted, styProjectText, styHeading
  66.     OPTIONS        NONE, 1, 4
  67.     OVERFLOW    "Appts"
  68.  
  69. OBJECT    ,OVERFLOW,705,190,1000,978
  70.     STYLES        styApptText
  71.     OPTIONS        MINIMAL, CONSUME, 5
  72.     OVERFLOW    "Appts"
  73.  
  74. ;=======================================================================
  75. ; Footer - Text and Page num.
  76. ;=======================================================================
  77.  
  78. OBJECT  ,TEXT,0,980,900,1000
  79.     VALUE        "Printed on &CURDATE at &CURTIME &TIMEZONE"
  80.     STYLES        stySmallFooter 
  81.     OPTIONS        ELLIPSIS, NONE, NONE
  82.  
  83. OBJECT  ,TEXT,900,980,1000,1000
  84.     VALUE        "Page &PAGENUM"
  85.     STYLES        stySmallFooter
  86.     OPTIONS        RIGHT, NONE, NONE
  87.